home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / X11 / app-defaults / WServer < prev    next >
Text File  |  1994-08-03  |  7KB  |  147 lines

  1. /*-------------------------------------------------------------------------
  2.   Copyright (c) 1992-1994                   The Santa Cruz Operation, Inc.
  3.   -------------------------------------------------------------------------
  4.   All rights reserved.  No part of this  program or publication may be
  5.   reproduced, transmitted, transcribed, stored  in a retrieval system,
  6.   or translated into any language or computer language, in any form or
  7.   by any  means,  electronic, mechanical, magnetic, optical, chemical,
  8.   biological, or otherwise, without the  prior written  permission of:
  9.  
  10.            The Santa Cruz Operation, Inc.  (408) 425-7222
  11.            400 Encinal St, Santa Cruz, CA  95060 USA
  12.   -------------------------------------------------------------------------
  13.   SCCS  : @(#) WServer.ad 11.9 94/08/02 
  14.  
  15.   Modification History:
  16.  
  17.   M001, 29-Mar-94, maryt
  18.     Added include for msg/HelpDefaults
  19.   -----------------------------------------------------------------------*/
  20.  
  21. #include "../../X11/app-defaults/msg/MotifDefaults"
  22. #include "../../X11/app-defaults/msg/HelpDefaults"
  23. #include "../../X11/app-defaults/font/FontDefaults"
  24. #include "../../X11/app-defaults/color/ColorDefaults"
  25.  
  26. !
  27. ! Symbolic fonts
  28. !
  29. *smallNormalFont:        -*-helvetica-medium-r-*-*-*-100-*-*-*-*-*-*
  30. *smallBoldFont:            -*-helvetica-bold-r-*-*-*-100-*-*-*-*-*-*
  31. *smallItalicFont:        -*-helvetica-medium-o-*-*-*-100-*-*-*-*-*-*
  32.  
  33. *medNormalFont:            -*-helvetica-medium-r-*-*-*-120-*-*-*-*-*-*
  34. *medBoldFont:            -*-helvetica-bold-r-*-*-*-120-*-*-*-*-*-*
  35. *medItalicFont:            -*-helvetica-medium-o-*-*-*-120-*-*-*-*-*-*
  36.     
  37. *largeNormalFont:        -*-helvetica-medium-r-*-*-*-180-*-*-*-*-*-*
  38. *largeBoldFont:            -*-helvetica-bold-r-*-*-*-180-*-*-*-*-*-*
  39. *largeItalicFont:        -*-helvetica-medium-o-*-*-*-180-*-*-*-*-*-*
  40.     
  41. *monoNormalFont:        -*-courier-medium-r-*-*-*-120-*-*-m-*-*-*
  42. *monoBoldFont:            -*-courier-bold-r-*-*-*-120-*-*-m-*-*-*
  43. *monoItalicFont:        -*-courier-medium-o-*-*-*-120-*-*-m-*-*-*
  44.  
  45. *weirdFont:            -*-courier-medium-o-*-*-*-120-*-*-m-*-*-*
  46.  
  47. !
  48. ! Symbolic Colors
  49. !
  50. *urgentColor:            red
  51. *highlightColor:        salmon
  52. *foregroundColor:        scoForeground
  53. *backgroundColor:        scoBackground
  54. *altBackgroundColor:        white
  55.  
  56.  
  57. *str_ok:            OK
  58. *str_cancel:            Cancel
  59. *str_help:            Help
  60. *str_apply:            Apply
  61. *str_reset:            Reset
  62. *str_error:            Error
  63.  
  64. *str_version_dlog:        Widget Server\n\n%s
  65. *str_message_dlog:              Message
  66. *str_warning_dlog:              Warning
  67. *str_working_dlog:              Working
  68. *str_question_dlog:             Question
  69. *str_info_dlog:                 Information 
  70. *str_error_dlog:                Error
  71.  
  72.  
  73. ! Temp values for all Wserver error strings
  74. !   Needs work..
  75. *str_bad_mix_of_autoHide_and_autoDestroy:   Bad mixture of autoHide and autoDestroy
  76. *str_bad_parent_name:                       Bad parent name
  77. *str_cant_find_pixmap:                      Cant find pixmap
  78. *str_cant_get_both_il_and_plist:            Cant get both il and plist
  79. *str_cant_getvalue:                         Cant Getvalue
  80. *str_cant_set_both_fieldList_n_recList:     Cant set both fieldList andn recList
  81. *str_cant_set_both_field_and_recList:       Cant set both field and recList
  82. *str_cant_set_both_item_and_itemList:       Cant set both item and itemList
  83. *str_cant_setvalues:                        Can't setvalues
  84. *str_color_not_in_resource_file:            Color not in resource file
  85. *str_could_not_read_file:                   Could not read file
  86. *str_couldnt_convert_color:                 Couldnt convert color
  87. *str_couldnt_find_field:                    Couldnt find field
  88. *str_couldnt_find_getvalues:                Couldnt find getvalues
  89. *str_couldnt_find_setvalues:                Couldnt find setvalues
  90. *str_couldnt_load_icon:                     Couldnt load icon
  91. *str_default_help_book:                     Default help book
  92. *str_duplicate_name:                        Duplicate name
  93. *str_err_field_description_list:            Error in field description list
  94. *str_err_label_description_list:            Error in label description list
  95. *str_have_to_set_topic_or_tree:             Must set topic or tree
  96. *str_invalid_default_button:                Invalid default button
  97. *str_invalid_direction:                     Invalid direction value
  98. *str_invalid_item_position:                 Invalid item position
  99. *str_invalid_scrollbar_policy:              Invalid scrollbar policy
  100. *str_invalid_value_for_cols:                Invalid value for columns
  101. *str_invalid_value_for_rows:                Invalid value for rows
  102. *str_invalid_value_for_topItemPosition:     Invalid value for topItemPosition
  103. *str_list_not_that_many_items:              List does not have that many items
  104. *str_lock_has_no_args:                      lock has no args
  105. *str_need_a_topic:                          Need a topic
  106. *str_need_item_or_pos:                      Need item or pos
  107. *str_need_new_item:                         Need new item
  108. *str_need_one_option:                       Needs one option
  109. *str_need_to_set_callback:                  Need to set callback
  110. *str_need_to_specify_field_list:            Need to specify field list
  111. *str_need_to_specify_field_or_recList:      Need to specify field or recList
  112. *str_need_to_specify_pos_or_field:          Need to specify pos or field
  113. *str_need_widget_name:                      Need widget name
  114. *str_no_apply_button_on_msgboxes:           There is no apply button on msgboxes
  115. *str_no_memory:                             Not enough memory available for this operation
  116. *str_no_options_for_close_form:             No options for close form
  117. *str_no_such_border_type:                   No such border type
  118. *str_no_such_option:                        Has no option named 
  119. *str_no_such_shadow_type:                   No such shadow type
  120. *str_noecho_only_create:                    noecho is only allowed at widget creation 
  121. *str_not_a_boolean_string:                  Not a boolean value
  122. *str_not_a_drawnlist:                       Not a drawnlist
  123. *str_not_that_many_records:                 Not that many records
  124. *str_null_widget:                           Null widget
  125. *str_object_need_name:                      Object needs name
  126. *str_positions_cant_be_neg:                 Positions cant be neg
  127. *str_set_item_or_itemList_not_both:         May set item or itemList not both
  128. *str_target_parent_not_common:              Target parent not common
  129. *str_target_parent_not_form:                Target parent not form
  130. *str_too_many_args:                         Too many args
  131. *str_too_many_options:                      Too many options
  132. *str_too_many_options_set:                  Too many options set
  133. *str_unknown decoration:                    Unknown decoration
  134. *str_unknown_command:                       Unknown command
  135. *str_unknown_help_item:                     Unknown help item
  136. *str_unknown_option:                        Unknown option
  137. *str_unlock_has_no_args:                    unlock has no args
  138. *str_widget_doesnt_exist:                   Widget doesnt exist
  139. *str_widget_not_found:                      Widget not found
  140. *str_wrong_arg_type_remove_timeout:         Wrong arg type to WsRemoveTimeout
  141. *str_wrong_num_of_args_to_xmArgs:           Wrong num of args to xmArgs
  142. *str_wrong_number_of_args:                  Wrong number of args
  143. *str_wrong_number_of_arguments:             Wrong number of arguments
  144. *str_wsinfo_needs_arg:                      wsinfo needs an argument 
  145. *str_plus_minus_percent:                    Value must be a positive or negative percentage ( -100 to 100 )
  146.  
  147.